home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16020 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  869 b 

  1. Path: news.rmii.com!rainbow!dpayne
  2. From: dpayne@rainbow.rmii.com (Dirk Payne)
  3. Newsgroups: comp.lang.c++
  4. Subject: Painfully slow app load with DB tools in BC 5.0
  5. Date: 9 Apr 1996 00:10:24 -0600
  6. Organization: Rocky Mountain Internet, Inc
  7. Message-ID: <dpayne.829029759@rainbow>
  8. NNTP-Posting-Host: rainbow.rmii.com
  9. Keywords: OLE Visual database
  10. X-Newsreader: NN version 6.5.0 #4 (NOV)
  11.  
  12. My experience with BC 5.0 and the visual database tools (which are 
  13. very similar to Delphi's constructs) is disappointing. The library links 
  14. the OLE2 DLL for the conversion to/from variable types using the variant 
  15. handler in the OLE DLL. Several of my applications are in and out of 
  16. memory, so they must reload the OLE system (along with IDAPI support) each 
  17. time. The performance is miserable.
  18.  
  19. Has anyone else had other experiences or shortcuts to make the loading
  20. process quicker?
  21.